home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / RTRIMLEN.DOC < prev    next >
Text File  |  1991-02-05  |  321b  |  9 lines

  1. /*------------------------------------------------------*/
  2. /*---------------------rtrimlen-------------------------*/
  3. /*RETURNS: the length of s not counting trailing blanks */
  4. /*USES: nothing                        */
  5. /*IN: string.c                        */
  6. /*------------------------------------------------------*/
  7.  
  8. int rtrimlen(const char *s)
  9.